home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gSaveItemsDirectoryPath, gOnIBM, gSaveFile, gMyPath, gMyText, gReferenceArticle
- set the moveableSprite of sprite 23 to 0
- if pressLessonButton(23) then
- pupSprites(1, 48, 0)
- identifyPlatform()
- if gOnIBM then
- set gMyPath to gSaveItemsDirectoryPath & "\"
- else
- set gMyPath to gSaveItemsDirectoryPath & ":"
- end if
- set gMyPath to gMyPath & gReferenceArticle
- set gMyText to the text of field "article"
- saveMyFile()
- alert("The BibleInteract document " & QUOTE & gReferenceArticle & QUOTE & " has been saved in your " & QUOTE & "SAVEFILE" & QUOTE & " directory.")
- end if
- updateStage()
- end
-